home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / mfinputs / bigacc / mf
Encoding:
Text File  |  1988-02-26  |  992 b   |  34 lines

  1. % This is BIGACC.MF in text format, as of Mar 31, 1986.
  2. % This file contains series of large accents for math extension fonts.
  3.  
  4. % The sizes are `wide' (|10u#|), `wider' (|18u#|), and `widest' (|26u#|).
  5.  
  6. % Character codes \0142--\0147 are generated.
  7.  
  8. charlist oct"142": oct"143": oct"144";  % circumflexes
  9. charlist oct"145": oct"146": oct"147";  % tildes
  10.  
  11. cmchar "Wide circumflex (hat) accent";
  12. beginchar(oct"142",10u#,.5[asc_height#,body_height#],0);
  13. big_hat; endchar;
  14.  
  15. cmchar "Wider circumflex (hat) accent";
  16. beginchar(oct"143",18u#,body_height#,0);
  17. big_hat; endchar;
  18.  
  19. cmchar "Widest circumflex (hat) accent";
  20. beginchar(oct"144",26u#,body_height#,0);
  21. big_hat; endchar;
  22.  
  23. cmchar "Wide tilde (squiggle) accent";
  24. beginchar(oct"145",10u#,.5[asc_height#,body_height#],0);
  25. big_tilde; endchar;
  26.  
  27. cmchar "Wider tilde (squiggle) accent";
  28. beginchar(oct"146",18u#,body_height#,0);
  29. big_tilde; endchar;
  30.  
  31. cmchar "Widest tilde (squiggle) accent";
  32. beginchar(oct"147",26u#,body_height#,0);
  33. big_tilde; endchar;
  34.